home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Think Class Libraries / CAnimCursor / CAcurDesktop.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-30  |  384 b   |  30 lines  |  [TEXT/KAHL]

  1. /*
  2.  * CAcurDesktop.h
  3.  * Version 1.0b3, 13 May 1992
  4.  *
  5.  */
  6.  
  7.  
  8.  
  9. /********************************/
  10.  
  11. #pragma once
  12.  
  13. /********************************/
  14.  
  15. #include <CDesktop.h>
  16.  
  17. /********************************/
  18.  
  19.  
  20.  
  21. class CAcurDesktop : public CDesktop {
  22.     
  23. public:
  24.     
  25.     void            IAcurDesktop(CBureaucrat *aSupervisor);
  26.     
  27.     void            DispatchCursor(Point where, RgnHandle mouseRgn); // override
  28.     
  29. } ;
  30.